home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / qrep10b.zip / QRLIST.DFM / QRLIST.txt
Text File  |  1996-02-12  |  4KB  |  173 lines

  1. object QRListTemplate: TQRListTemplate
  2.   Left = 200
  3.   Top = 108
  4.   Width = 774
  5.   Height = 212
  6.   HorzScrollBar.Range = 1200
  7.   VertScrollBar.Range = 2000
  8.   AutoScroll = False
  9.   Caption = 'QRListTemplate'
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Scaled = False
  16.   TextHeight = 14
  17.   object Title: TQRBand
  18.     Left = 0
  19.     Top = 0
  20.     Width = 1200
  21.     Height = 37
  22.     Align = alTop
  23.     BandType = rbTitle
  24.     Color = clWhite
  25.     ForceNewPage = False
  26.     Frame.Width = 0
  27.     Frame.DrawTop = False
  28.     Frame.DrawBottom = False
  29.     Frame.DrawLeft = False
  30.     Frame.DrawRight = False
  31.     Ruler = qrrCmHV
  32.     object QRSysData1: TQRSysData
  33.       Left = 260
  34.       Top = 0
  35.       width = 165
  36.       height = 32
  37.       Alignment = taCenter
  38.       AlignToBand = True
  39.       Data = qrsReportTitle
  40.       Font.Color = clBlack
  41.       Font.Height = -27
  42.       Font.Name = 'Arial'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.     end
  46.   end
  47.   object PageHeader: TQRBand
  48.     Left = 0
  49.     Top = 37
  50.     Width = 1200
  51.     Height = 24
  52.     Align = alTop
  53.     BandType = rbPageHeader
  54.     Color = clWhite
  55.     ForceNewPage = False
  56.     Frame.Width = 0
  57.     Frame.DrawTop = False
  58.     Frame.DrawBottom = False
  59.     Frame.DrawLeft = False
  60.     Frame.DrawRight = False
  61.     Ruler = qrrNone
  62.     object PageNumber: TQRSysData
  63.       Left = 632
  64.       Top = 4
  65.       width = 109
  66.       height = 17
  67.       Alignment = taRightJustify
  68.       AlignToBand = True
  69.       Data = qrsPageNumber
  70.       Text = 'Page number '
  71.     end
  72.     object QRLabel1: TQRLabel
  73.       Left = 12
  74.       Top = 4
  75.       width = 169
  76.       height = 14
  77.       Caption = 'Page header information goes here'
  78.       AlignToBand = False
  79.     end
  80.   end
  81.   object Detail: TQRBand
  82.     Left = 0
  83.     Top = 61
  84.     Width = 1200
  85.     Height = 24
  86.     Align = alTop
  87.     BandType = rbDetail
  88.     Color = clWhite
  89.     ForceNewPage = False
  90.     Frame.Width = 0
  91.     Frame.DrawTop = False
  92.     Frame.DrawBottom = False
  93.     Frame.DrawLeft = False
  94.     Frame.DrawRight = False
  95.     Ruler = qrrNone
  96.     object QRLabel2: TQRLabel
  97.       Left = 12
  98.       Top = 4
  99.       width = 134
  100.       height = 14
  101.       Caption = 'Detail information goes here'
  102.       AlignToBand = False
  103.     end
  104.   end
  105.   object PageFooter: TQRBand
  106.     Left = 0
  107.     Top = 85
  108.     Width = 1200
  109.     Height = 24
  110.     Align = alTop
  111.     BandType = rbPageFooter
  112.     Color = clWhite
  113.     ForceNewPage = False
  114.     Frame.Width = 0
  115.     Frame.DrawTop = False
  116.     Frame.DrawBottom = False
  117.     Frame.DrawLeft = False
  118.     Frame.DrawRight = False
  119.     Ruler = qrrNone
  120.     object QRDateTime: TQRSysData
  121.       Left = 624
  122.       Top = 4
  123.       width = 117
  124.       height = 17
  125.       Alignment = taRightJustify
  126.       AlignToBand = True
  127.       Data = qrsDateTime
  128.       Text = 'Printed at '
  129.     end
  130.     object QRLabel3: TQRLabel
  131.       Left = 12
  132.       Top = 4
  133.       width = 164
  134.       height = 14
  135.       Caption = 'Page footer information goes here'
  136.       AlignToBand = False
  137.     end
  138.   end
  139.   object QuickReport: TQuickReport
  140.     DataSource = DataSource1
  141.     ColumnMarginInches = 0
  142.     ColumnMarginMM = 0
  143.     Columns = 1
  144.     DisplayPrintDialog = False
  145.     LeftMarginInches = 0
  146.     LeftMarginMM = 0
  147.     Orientation = poPortrait
  148.     PageFrame.DrawTop = False
  149.     PageFrame.DrawBottom = False
  150.     PageFrame.DrawLeft = False
  151.     PageFrame.DrawRight = False
  152.     PaperLength = 0
  153.     PaperSize = qrpDefault
  154.     PaperWidth = 0
  155.     PrintOrder = qrColByCol
  156.     ReportTitle = 'QuickReport Template'
  157.     RestartData = True
  158.     SQLCompatible = False
  159.     TitleBeforeHeader = True
  160.     Left = 4
  161.     Top = 124
  162.   end
  163.   object Table1: TTable
  164.     Left = 36
  165.     Top = 124
  166.   end
  167.   object DataSource1: TDataSource
  168.     DataSet = Table1
  169.     Left = 68
  170.     Top = 124
  171.   end
  172. end
  173.